Skip to content

feat(languages): add vhdl (@joelievt)#7924

Merged
Miodec merged 2 commits into
monkeytypegame:masterfrom
joelievt:feat-vhdl
May 19, 2026
Merged

feat(languages): add vhdl (@joelievt)#7924
Miodec merged 2 commits into
monkeytypegame:masterfrom
joelievt:feat-vhdl

Conversation

@joelievt
Copy link
Copy Markdown
Contributor

@joelievt joelievt commented May 7, 2026

Description

Adds VHDL. There's already SystemVerilog, so this completes the big HDL pair. Word list is IEEE 1076-2008 reserved words plus a few stdlib identifiers.

Also added some quotes, which are listings from Free Range VHDL.

Checks

  • Adding quotes?
    • Make sure to include translations for the quotes in the description (or another comment) so we can verify their content.
      • (Not needed?)
  • Adding a language?
    • Add language to packages/schemas/src/languages.ts
    • Add language to exactly one group in frontend/src/ts/constants/languages.ts
    • Add language json file to frontend/static/languages
  • Check if any open issues are related to this PR; if so, be sure to tag them below.
    • None
  • Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info)
  • Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.

@monkeytypegeorge monkeytypegeorge added frontend User interface or web stuff assets Languages, themes, layouts, etc. packages Changes in local packages labels May 7, 2026
Comment thread packages/schemas/src/languages.ts Outdated
"code_visual_basic",
"code_arduino",
"code_systemverilog",
"code_vhdl",
Copy link
Copy Markdown
Contributor

@Leonabcd123 Leonabcd123 May 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per the languages documentation:

"Go to packages/schemas/src/languages.ts and add your new language name at the end of the LanguageSchema enum."

Please move it to the end of the enum (also move it to the end of the code group in frontend/src/ts/constants/languages.ts).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@Miodec Miodec merged commit bd34682 into monkeytypegame:master May 19, 2026
19 checks passed
@Miodec
Copy link
Copy Markdown
Member

Miodec commented May 19, 2026

Thanks

@joelievt joelievt deleted the feat-vhdl branch May 19, 2026 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assets Languages, themes, layouts, etc. frontend User interface or web stuff packages Changes in local packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants